You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > MulElem Method > Matrix.MulElem Method ([In] TMtx, [In] TMtx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.MulElem Method ([In] TMtx, [In] TMtx)

Multiplies elements in Mtx1 matrix with the elements in Mtx2 matrix (array multiplication) and stores the results in calling matrix.

Syntax
C#
Visual Basic
public TMtx MulElem([In] TMtx Mtx1, [In] TMtx Mtx2);

The Rows, Cols and Complex properties of calling matrix are set implicitly to match those of Mtx1 and Mtx2 matrices. Mtx1 and Mtx2 Rows, Cols, and Complex properties must be the same, otherwise an exception is raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!